Linux webm002.cluster126.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
/
home
/
a
/
r
/
i
/
ariannadhf
/
www
/
wp-content
/
plugins
/
add-to-any
/
/home/a/r/i/ariannadhf/www/wp-content/plugins/add-to-any/addtoany.admin.js
/* Init AddToAny when an AddToAny WordPress Widget is selectively refreshed for customizer preview. */ jQuery( function() { // Short-circuit selective refresh events if not in customizer preview or pre-4.5. if ( 'undefined' === typeof wp || ! wp.customize || ! wp.customize.selectiveRefresh ) { return; } function addtoany_init() { if ( window.a2a ) { a2a.init_all( 'page' ); } } // Init AddToAny when a partial is rendered. wp.customize.selectiveRefresh.bind( 'partial-content-rendered', function( placement ) { if ( placement.container ) { addtoany_init(); } } ); } );